home *** CD-ROM | disk | FTP | other *** search
- Path: keats.ugrad.cs.ubc.ca!not-for-mail
- From: c2a192@ugrad.cs.ubc.ca (Kazimir Kylheku)
- Newsgroups: comp.lang.c
- Subject: Re: Info on x86 ASM on GCC available?
- Date: 14 Mar 1996 07:51:28 -0800
- Organization: Computer Science, University of B.C., Vancouver, B.C., Canada
- Distribution: inet
- Message-ID: <4i9fa0INN82r@keats.ugrad.cs.ubc.ca>
- References: <314737C5.133887F1@mnar.tky.hut.fi>
- NNTP-Posting-Host: keats.ugrad.cs.ubc.ca
-
- In article <314737C5.133887F1@mnar.tky.hut.fi>,
- Tero Parvinen <tero@mnar.tky.hut.fi> wrote:
- >I'd like to code some inline asm into my GCC programs on Linux, but I
-
- Then go to a GCC-related newsgroup. The C language has no standardized
- method to express inline assembly language; it is highly environment-specific.
-
- >only know the TASM-style assembler syntax and GCC doesn't use it.
-
- So learn the new syntax. Take a C program and compile it with -S. Then
- look at the resulting .s file.
- --
-
-